home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-08-06 | 646 b | 20 lines | [TEXT/KAHL] |
- //••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
- // //
- // //
- // Copyright PennyWise Software, 1994. //
- // //
- // Part of the PennyWise Software Application Framework //
- // //
- // //
- // InitApplication.h Written by Peter Kaplan //
- // //
- // //
- //••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
- #ifndef _INIT_APPLICATION_
- #define _INIT_APPLICATION_
-
- extern void InitApplication(void);
- extern void InitOurMenus(void);
-
- #endif
-